Q3UnixStorage_Set
You can use theQ3UnixStorage_Set
function to set information about a UNIX storage object.
TQ3Status Q3UnixStorage_Set ( TQ3StorageObject storage, FILE *stdFile);
storage
- A UNIX storage object.
stdFile
- A pointer to a
FILE
structure.DESCRIPTION
TheQ3UnixStorage_Set
function sets theFILE
structure associated with the UNIX storage object specified by thestorage
parameter to the structure specified by thestdFile
parameter.SPECIAL CONSIDERATIONS
You must not useQ3UnixStorage_Set
with an open UNIX storage object.ERRORS
kQ3ErrorAccessRestricted
kQ3ErrorInvalidObjectParameter
kQ3ErrorStorageIsOpen